//==============================================================================
// ram_anim.txt
//==============================================================================

//==============================================================================
anim Bored
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal ram_boredA
         }
         
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal ram_death
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal ram_idleA
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal ram_walk
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Ram_AttackA
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
         }
         version
         {
            Visual Animal Ram_AttackA
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
         }
      }
   }
}


//==============================================================================
/*
anim walkAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Ram_AttackA
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
         }
         version
         {
            Visual Animal Ram_AttackA
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
         }
      }
   }
}
*/